home *** CD-ROM | disk | FTP | other *** search
/ Chip 1998 February / CHIP Şubat 1998.iso / drivers / GRAFIK / HERCULES / TERM / WINNT40 / T64VIDEO / ENGLISH / DISK1 / NTT64.INF < prev    next >
Windows Setup INFormation  |  1997-04-02  |  2KB  |  118 lines

  1. ; ntt64.inf
  2. ;
  3. ; Installation inf for Hercules S3 Trio64/Trio64V+/Trio64V2 graphics adapter.
  4. ;
  5. ;                 {org :: S3 inc. S3ViRGE }
  6. ;
  7.  
  8. [Version]
  9. Signature="$CHICAGO$"
  10. Provider=%Hercules%
  11. ClassGUID={4D36E968-E325-11CE-BFC1-08002BE10318}
  12. Class=Display
  13.  
  14. [DestinationDirs]
  15. DefaultDestDir   = 11
  16. S3Trio64.Miniport  = 12  ; drivers
  17. S3Trio64.Display   = 11  ; system32
  18. ntt64.inf = 17           ; inf
  19.  
  20. ;
  21. ; Driver information
  22. ;
  23.  
  24. [Manufacturer]
  25. %Hercules%   = Hercules.Mfg
  26.  
  27. [Hercules.Mfg]
  28. %Hercules% Trio64/V2 (v 0.50.0c) = S3Trio64
  29.  
  30.  
  31. ;
  32. ; General installation section
  33. ;
  34.  
  35. [S3Trio64]
  36. CopyFiles=S3Trio64.Miniport, S3Trio64.Display, Ntt64.Inf
  37.  
  38. ;
  39. ; File sections
  40. ;
  41.  
  42. [S3Trio64.Miniport]
  43. S3Mini.sys
  44.  
  45. [S3Trio64.Display]
  46. S3Disp.dll
  47.  
  48. [Ntt64.Inf]
  49. ntt64.inf
  50.  
  51. ;
  52. ; Service Installation
  53. ;
  54.  
  55. [S3Trio64.Services]
  56. AddService = S3Trio64, 0x00000002, S3Trio64_Service_Inst, S3Trio64_EventLog_Inst
  57.  
  58. [S3Trio64_Service_Inst]
  59. ServiceType    = 1                  ; SERVICE_KERNEL_DRIVER
  60. StartType      = 1                  ; SERVICE_SYSTEM_START
  61. ErrorControl   = 0                  ; SERVICE_ERROR_IGNORE
  62. LoadOrderGroup = Video
  63. ServiceBinary  = %12%\S3Mini.sys
  64.  
  65. [S3Trio64_EventLog_Inst]
  66. AddReg = S3Trio64_EventLog_AddReg
  67.  
  68. [S3Trio64_EventLog_AddReg]
  69. HKR,,EventMessageFile,0x00020000,"%SystemRoot%\System32\IoLogMsg.dll;%SystemRoot%\System32\drivers\S3Mini.sys"
  70. HKR,,TypesSupported,0x00010001,7
  71.  
  72.  
  73. ;
  74. ; Software Installation
  75. ;
  76.  
  77. [S3Trio64.SoftwareSettings]
  78. AddReg = S3Trio64_SoftwareDeviceSettings
  79.  
  80. [S3Trio64_SoftwareDeviceSettings]
  81. HKR,, InstalledDisplayDrivers,     %REG_MULTI_SZ%, S3Disp
  82. HKR,, VgaCompatible,               %REG_DWORD%,    0
  83.  
  84.  
  85. ;
  86. ; Source file information
  87. ;
  88.  
  89. [SourceDisksNames.x86]
  90. 1 = %DiskId%,,,""
  91.  
  92. [SourceDisksFiles]
  93. S3Mini.sys = 1
  94. S3Disp.dll = 1
  95.  
  96.  
  97.  
  98. [Strings]
  99.  
  100. ;
  101. ; Non-Localizable Strings
  102. ;
  103.  
  104. REG_SZ         = 0x00000000
  105. REG_MULTI_SZ   = 0x00010000
  106. REG_EXPAND_SZ  = 0x00020000
  107. REG_BINARY     = 0x00000001
  108. REG_DWORD      = 0x00010001
  109. SERVICEROOT    = System\CurrentControlSet\Services
  110.  
  111. ;
  112. ; Localizable Strings
  113. ;
  114.  
  115. DiskId       = "Hercules Computer Technology, Inc. Installation DISK (VIDEO)"
  116. GraphAdap    = "Graphics Adapter"
  117. Hercules     = "Hercules Computer Technology, Inc."
  118.